-
Notifications
You must be signed in to change notification settings - Fork 113
fix: [IOPID-0000] apply fix on saml request decode #7397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7397 +/- ##
=======================================
Coverage 59.86% 59.86%
=======================================
Files 1865 1865
Lines 40603 40603
Branches 9307 9369 +62
=======================================
Hits 24308 24308
+ Misses 16222 16209 -13
- Partials 73 86 +13
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
shadowsheep1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Short description
This pull request introduces a small fix to the
lollipopSamlVerifyfunction ints/features/lollipop/utils/login.tsto improve compatibility when decoding SAML requests.pako.inflateRawfrom aBufferto aUint8Arrayto ensure correct handling of binary data when decoding base64-encoded SAML requests.How to test
Run the application and try to decode saml request on login flow